Click or drag to resize

TimeZone Class

Represents the time zone of the location where the meeting is hosted.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTimeZone

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class TimeZone

The TimeZone type exposes the following members.

Constructors
  NameDescription
Public methodTimeZone
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Int32)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Duration)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(StandardTimeZone)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Int32, Int32)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Duration, String)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Duration, TimeChange, TimeChange)
Initializes a new instance of the TimeZone class.
Public methodTimeZone(Duration, String, TimeChange, TimeChange)
Initializes a new instance of the TimeZone class.
Top
Properties
  NameDescription
Public propertyDaylightTime
Represents the date and time when the time changes from standard time to daylight saving time.
Public propertyName
Describes the name of the time zone.
Public propertyOffset
Represents the hourly offset from UTC for the current time zone.
Public propertyStandardTime
Represents the date and time when the time changes from daylight saving time to standard time.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current TimeZone object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also